home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Users 1999 May
/
Cd Pc Users extra 20 mayo 1999.iso
/
Prog
/
Inst
/
DevCpp20
/
_SETUP.1
/
string
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-03-08
|
238 b
|
14 lines
// Main header for the -*- C++ -*- string classes.
#ifndef __STRING__
#define __STRING__
#include <std/bastring.h>
extern "C++" {
typedef basic_string <char> string;
// typedef basic_string <wchar_t> wstring;
} // extern "C++"
#endif